diff options
Diffstat (limited to 'app/[lng]/sales/(sales)/project-vendors/page.tsx')
| -rw-r--r-- | app/[lng]/sales/(sales)/project-vendors/page.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/[lng]/sales/(sales)/project-vendors/page.tsx b/app/[lng]/sales/(sales)/project-vendors/page.tsx index dcc66071..525cff07 100644 --- a/app/[lng]/sales/(sales)/project-vendors/page.tsx +++ b/app/[lng]/sales/(sales)/project-vendors/page.tsx @@ -36,14 +36,14 @@ export default async function IndexPage(props: IndexPageProps) { <h2 className="text-2xl font-bold tracking-tight"> 프로젝트 AVL 리스트 </h2> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> 프로젝트 PQ를 통과한 벤더의 리스트를 보여줍니다.{" "} - {/* <span className="inline-flex items-center whitespace-nowrap"> + <span className="inline-flex items-center whitespace-nowrap"> <Ellipsis className="size-3" /> <span className="ml-1">버튼</span> </span> - 을 통해 담당자 연락처, 입찰 이력, 계약 이력, 패키지 내용 등을 확인 할 수 있습니다. */} - </p> + 을 통해 담당자 연락처, 입찰 이력, 계약 이력, 패키지 내용 등을 확인 할 수 있습니다. + </p> */} </div> </div> </div> |
